home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 April / Macworld (1999-04).dmg / Serious Software / GrooveMaker demo / GrooveMaker Demo / Media / MenuSong.dxr / 00022.ls < prev    next >
Encoding:
Text File  |  1998-07-27  |  512 b   |  22 lines

  1. on startMovie
  2.   handlesprite()
  3.   createGlobalVariable()
  4.   createList()
  5.   writeField()
  6. end
  7.  
  8. on stopMovie
  9.   global gColor, gSwitch, gPath
  10.   cursor(4)
  11.   if (the commandDown and (the keyPressed = "q")) or (charToNum(the keyPressed) = 27) then
  12.     if gSwitch then
  13.       set the colorDepth to gColor
  14.     end if
  15.     IKDispose()
  16.     closeXLib(gPath & "Xtras:IKTrack")
  17.     closeXLib(gPath & "Xtras:FileIOXtraFat")
  18.     closeXLib(gPath & "Xtras:FileUtil")
  19.   end if
  20.   set the foreColor of field "fieldElencoSongHD" to 0
  21. end
  22.